Introduction to Web Development using HTML 5
By: Kris Jamsa, Ph.D.

Chapter 5: Formatting Content with Tables

This chapter examines HTML tables in detail. By the time you finish this chapter, you will understand the following key concepts:

● How to use the < table> tag to create a table within a webpage
● How to use HTML tags to format content within an HTML table
● How to embed images within an HTML table
● How to nest one table within another
● How to center a table within a page
● How to center content within a table cell
● How to align contents of a specific row or cell
● How to vertically align table row or cell contents
● How to control table cell borders
● How to control table cell spacing and padding
● How to provide a table caption
● How to provide a table heading
● How to display a table header and footer
● How to handle an unequal number of table rows and columns
● How to control a table’s width and height
● How to format an entire webpage using a single table

Chapter PowerPoint Presentation


TwoTableColumns.html
FourTableColumns.html
Calories.html
BoldCalories.html
CompanyLinks.html
PetTable.html
SalesData.html
CenterTable.html
TableCenterText.html
TableNumbers.html
TableCenterColumn.html
TableTextTop.html
BorderNoBorder.html
BorderWidths.html
BorderTypes.html
TableCellRules.html
TableCellSpacing.html
TableCellPadding.html
TableCaption.html
CityNewspapers.html
TableParts.html
TableColspan.html
TableRowspan.html
TableSpanNested.html
TableHighlightMiddleColumn.html
FirstTwoColumnsHighlight.html
TableSizes.html
TableCellSizes.html
PetSize.html
ColorNameDemo.html